home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_002 / make2 / poster < prev    next >
Text File  |  1992-05-06  |  1KB  |  27 lines

  1. Article 902 of net.micro.amiga:
  2. ion: version B 2.10.2 9/17/84 chuqui version 1.9 3/12/85; site unisoft.UUCP
  3. Posting-Version: version B 2.10.3 alpha 4/15/85; site pucc-j
  4. Path: unisoft!lll-lcc!lll-crg!qantel!ihnp4!inuxc!pur-ee!pucc-j!aaz
  5. From: aaz@pucc-j (Marc Mengel)
  6. Newsgroups: net.micro.amiga
  7. Subject: "make" for the Amiga
  8. Message-ID: <631@pucc-j>
  9. Date: 6 Dec 85 04:50:30 GMT
  10. Date-Received: 6 Dec 85 23:20:27 GMT
  11. Organization: The Hacker's Liberation Front
  12. Lines: 482
  13. Keywords: make, separate compilation, makefiles
  14.  
  15.  
  16.      Here is a (painfully) simple version of make (everyones favorite
  17.      unix utility) I hacked together for the Amiga.  It only does
  18.      explicit rules, and doesn't quite figure out when it doesn't know
  19.      how to make something...  but It does work.  I may give it some
  20.      useful options (like make -t) in the future, but right now it
  21.      only knows -f (for a makefile other than Makefile) and -d (which
  22.      prints hoards of debug info).  Included here is a sample makefile
  23.      that can be used to compile/maintain/alter it.  (You will need
  24.      to change the specification of where the include librarys are...)
  25.  
  26.      The following is a shell archive.  Give it as input to a shell...
  27.